@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#EC2A07;
}
/*menu*/
#nav {
	width:1200px;
	display:block;
	height: 60px;
	font-size: 16px;
	overflow: hidden;
	float: right;
	font-weight: bold;
}
#nav .jquery_out {
	float:left;
	line-height:60px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 16px;
}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {
	float:left;
	width:150px;
	height:60px;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "微软雅黑";
}
#nav .mainlevel:hover{
	height:60px;
	color: #FFF!important;
	width: 150px;
	background-image: url(../line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FF9537;
}


#nav .mainlevel a {
	text-decoration:none;
	height:60px;
	line-height:60px;
	display:block;
	text-align:center;
	width:150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}
#nav .mainlevel a:hover {
	color:#FFF;
	text-decoration:none;
}

#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 100000;
}
#nav .mainlevel li {
	width:146px;
	height:35px;
	background-color: #FFF;
	filter: Alpha(Opacity=50,);
	color: #019C62;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019C62;
	margin-left: 3px;
}
#nav .mainlevel li a{
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	font-size: 14px;
}
#nav .mainlevel li a:hover {
	background-color: #019C62;
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	width: 146px;
}

#nav .mainlevel2 {
	float:left;
	width:150px;
	height:60px;/*IE6 only*/
}
